“Axuta” Documentation by “TeamXcel” v1.0


“Axuta”

Created:01/08/2018
By: TeamXcel


Thank you for purchasing our landing page. If you have any questions that are beyond the scope of this help file, please contact our support. Thanks so much!


Table of Contents

  1. HTML Structure
  2. Template Components
  3. CSS Files and Structure
  4. JavaScript
  5. Sources and Credits
  6. PHP Code Explanation (If your theme uses PHP)
  7. Flash (If your theme uses Flash)
  8. API Usage (If your theme uses an API)
  9. Any additional unique features that need an overview

A) HTML Structure - top

Below is the general HTML structure of the landing page.

1) index.html File Structure - top

The landing page's layout consist of top that show the logo and main menu, hero section that show background image, beforecontent that show some amaizing content, about section contain about your some info & feature, service section contained all services, work section you can showcase your portfolio with awesome animation, skills section here you can add some skills, team section is for your team members, testimonial section here you can published your customer reviews, call to action this for call to action content, contact section here you can put your contact information & footer that show copyright information.

<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
		<meta name="description" content="Axuta is a colofull app landing page template">
        <meta name="author" content="TeamXcel">
       
        <title>Axuta | app landing page</title>
        
		<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png">
		
		<!-- Font Awesome CSS -->
        <link rel="stylesheet" href="css/font-awesome.min.css">
        <!-- Themify Icons CSS -->
        <link rel="stylesheet" href="css/themify-icons.css">
        <!-- Elegant Font Icons CSS -->
        <link rel="stylesheet" href="css/elegant-font-icons.css">
        <!-- Elegant Line Icons CSS -->
        <link rel="stylesheet" href="css/elegant-line-icons.css">
		<!-- Bootstrap CSS -->
        <link rel="stylesheet" href="css/bootstrap.min.css">
        <!-- Venobox CSS -->
        <link rel="stylesheet" href="css/venobox/venobox.css">
        <!-- Slicknav CSS -->
        <link rel="stylesheet" href="css/slicknav.min.css">
        <!-- animate CSS -->
        <link rel="stylesheet" href="css/animate.min.css">
		<!-- OWL-Carousel CSS -->
        <link rel="stylesheet" href="css/owl.carousel.css">
        <!-- Swiper CSS -->
        <link rel="stylesheet" href="css/swiper.min.css">
		<!-- Main CSS -->
        <link rel="stylesheet" href="css/main.css">
		<!-- Responsive CSS -->
        <link rel="stylesheet" href="css/responsive.css">

        <script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
    </head>
    <body data-spy="scroll" data-target="#navmenu" data-offset="70">
        <!--[if lt IE 8]>
            <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->
        
        <div class="site-preloader-wrap">
            <div class="spinner"></div>
        </div><!-- Preloader -->
        
        <header id="header" class="header-section">
            
		</header><!-- Header Section -->
            
        <section id="home" class="hero-section">
            
        </section><!-- Hero Section -->
        
        <section class="promo-section padding">
            
        </section><!-- Promo Section -->
        
        <section class="content-section bg-grey padding">
            
        </section><!-- Content Section -->
        
        <section id="feature" class="features-section padding">
            
        </section><!-- Feature Section -->
        
        <section id="screenshots" class="screenshots-section bg-grey padding">
		   
		</section><!-- Screenshots Section -->
          
        <section id="download" class="download-section padding">
            
        </section> <!-- Download Section --> 
           
        <section id="blog" class="blog-section bg-grey padding">
            
        </section><!-- Blog Section -->   
            
        <div id="subscribe" class="subscribe-section padding">
		   
		</div><!-- Subscribe Section -->    
		    
		<footer class="footer-section align-center">
			
		</footer><!-- /.footer_section -->

		<a data-scroll href="#header" id="scroll-to-top"><i class="arrow_carrot-up"></i></a>
	
		<!-- jQuery Lib -->
		<script src="js/vendor/jquery-1.12.4.min.js"></script>
		<!-- Bootstrap JS -->
		<script src="js/vendor/bootstrap.min.js"></script>
		<!-- Tether JS -->
		<script src="js/vendor/tether.min.js"></script>
		<!-- waypoints js -->
		<script src="js/vendor/jquery.waypoints.v2.0.3.min.js"></script>
		<!-- Slicknav JS -->
		<script src="js/vendor/jquery.slicknav.min.js"></script>
		<!-- OWL-Carousel JS -->
		<script src="js/vendor/owl.carousel.min.js"></script>
		<!-- Swiper JS -->
		<script src="js/vendor/swiper.min.js"></script>
		<!-- Smooth Scroll JS -->
		<script src="js/vendor/smooth-scroll.min.js"></script>
		<!-- venobox JS -->
		<script src="js/vendor/venobox.min.js"></script>
		<!-- vendor JS -->
		<script src="js/vendor/venobox.min.js"></script>
		<!-- Ajaxchimp JS -->
		<script src="js/vendor/jquery.ajaxchimp.min.js"></script>
		<!-- Wow JS -->
		<script src="js/vendor/wow.min.js"></script>
		<!-- Main JS -->
		<script src="js/main.js"></script>

    </body>
</html>

        

B) Template Components - top

The site is made of many sections like header, slider, testimonials, services and more...

1) Header Section - top

<header id="header" class="header-section">
	<div class="container">
		<nav class="navbar">
			<a href="#" class="navbar-brand"><img src="img/logo.png" alt="Axuta"></a>
			<div class="d-flex menu-wrap">
			   <div id="navmenu" class="mainmenu">
				   <ul class="nav">
						<li ><a data-scroll class="nav-link active" href="#home">Home <span class="sr-only">(current)</span></a></li>
						<li><a data-scroll class="nav-link" href="#feature">Features</a></li>
						<li><a data-scroll class="nav-link" href="#screenshots">Screenshots</a></li>
						<li><a data-scroll class="nav-link" href="#download">Download</a></li>
						<li><a data-scroll class="nav-link" href="#blog">News</a></li>
						<div class="header-btn">
							<a href="#" class="default-btn">Try For Free</a>
						</div>
					</ul>
			   </div>
			</div>
		</nav>
	</div>
</header><!-- Header Section -->


2) Hero Section - top


<section id="home" class="hero-section">
	<div class="container">
		<div class="hero-content">
			<h1>The Perfect Landing Page to <br>Showcase Your App</h1>
			<p>Is amazing, modern and clean landing page for showcase <br> your app anything else.</p>
			<div class="btn-group">
				<a href="#"><img src="img/appstore.png" alt="appstore"></a>
				<a href="#"><img src="img/playstore.png" alt="playsotre"></a>
			</div>
		</div>
	</div>
	<div class="hero-moc"></div>
</section><!-- Hero Section -->

3) Promo Section - top


<section class="promo-section padding">
	<div class="container">
		<div class="row">
			<div class="col-md-4 col-sm-8 xs-padding wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
				<div class="promo-content text-center">
					<i class="icon-shield icon"></i>
					<h3>Highly Secured</h3>
					<p>Lorem ipsum dolor sit amet adipisicing of more of sedis do eiusmod tempor incididunt. Appipsum incididunt.</p>
				</div>
			</div><!-- Promo-1 -->
		</div>
	</div>
</section><!-- Promo Section -->


3) Content Section - top


<section class="content-section bg-grey padding">
	<div class="container">
		<div class="row">
			<div class="col-md-6">
				<div class="content-mockups">
					<div class="mockup-back"></div>
					<div class="mockup-front"></div>
				</div>   
			</div>
			<div class="col-md-6">
			   <div class="section-heading mb-40 wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
				   <h2>How does this App Work?</h2>
				   <p>Is amazing, modern and clean landing page for showcase <br> your app anything else.</p>
			   </div>
				<div class="content-lists">
					<div class="list-item wow fadeInUp" data-wow-delay="200ms" data-wow-duration="1000ms">
						<i class="icon-tools"></i>
						<div class="list-content">
							<h3>Create Your Account</h3>
							<p>Lorem Ipsum is simply dummy text of the printing <br> and typesetting industry.</p>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</section><!-- Content Section -->


4) Feature Section - top


<section id="feature" class="features-section padding">
	<div class="container">
	   <div class="section-heading text-center mb-60 wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
		   <h2>Advanced Features</h2>
		   <p>Is amazing, modern and clean landing page for showcase <br> your app anything else.</p>
	   </div>
		<div class="row feature-wrap">
			<div class="col-md-4 col-sm-6 xs-padding wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
				<div class="feature-content text-center">
					<i class="icon-laptop"></i>
					<h3>Powerfull System</h3>
					<p>Lorem ipsum dolor sit amet adipisicing of more of sedis do more eiusmod tempor incididunt.</p>
				</div>
			</div><!-- Feature-1 -->
		</div>
	</div>
</section><!-- Feature Section -->


5) Screenshots Section - top


<section id="screenshots" class="screenshots-section bg-grey padding">
	<div class="container">
		<div class="section-heading mb-60 text-center wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
			<h2>Screenshots</h2>
			<p>Is amazing, modern and clean landing page for showcase <br> your app anything else.</p>
		</div>
		 <div class="swiper-container">
			<div class="mobile-mock">
				<div class="screen"></div>
				<div class="circle"></div>
			</div>
			<div class="swiper-wrapper">
				<div class="swiper-slide">
					<img class="w-100" src="img/screenshot-1.jpg" alt="screenshot">
				</div>
			</div>
			<!-- Carousel Arrows -->
			<div class="swiper-next"><i class=" arrow_carrot-right"></i></div>
			<div class="swiper-prev"><i class=" arrow_carrot-left"></i></div>
		</div>
	</div>
</section><!-- Screenshots Section -->

5) Download Section - top


<section id="download" class="download-section padding">
	<div class="container">
		<div class="row">
			<div class="col-md-6">
				<div class="download-content">
					<h2 class="wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">Download Axuta App Today!</h2>
					<p class="wow fadeInUp" data-wow-delay="200ms" data-wow-duration="1000ms">Lorem Ipsum is simply dummy text of the printing and typesetting industry.It has survived not only five centuries.</p>
					<div class="btn-group wow fadeInUp" data-wow-delay="400ms" data-wow-duration="1000ms">
						<a href="#"><img src="img/appstore.png" alt="btn"></a>
						<a href="#"><img src="img/playstore.png" alt="btn"></a>
					</div>
				</div>
			</div>
			<div class="col-md-6">
			   <div class="download-moc"></div>
			</div>
		</div>
	</div>
</section> <!-- Download Section --> 

5) Blog Section - top


<section id="blog" class="blog-section bg-grey padding">
	<div class="container">
		<div class="section-heading mb-60 text-center wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
			<h2>Latest Stories</h2>
			<p>Is amazing, modern and clean landing page for showcase <br> your app anything else.</p>
		</div>
		<div class="row">
			<div class="col-md-4 col-sm-6 xs-padding  wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1000ms">
				<div class="blog-box">
					<div class="blog-thumb">
					   <img src="img/blog-1.jpg" alt="img">
					   <div class="post-meta">
							<div>
							   <span><i class="fa fa-user"></i>By: Admin</span>
								<span><i class="fa fa-calendar"></i>Jan 01, 2018</span>
							</div>
						</div>
					</div>
					<div class="blog-content">
						<h3><a href="#">No one cares about products. people care about ideas.</a></h3>
						<p>Lorem Ipsum is simply text of the printing and typesetting industry.It has survived not only five centuries.</p>
						<a href="#" class="read-more">Read More</a>
					</div>
				</div>
			</div><!-- Post-1 -->
		</div>
	</div>
</section><!-- Blog Section -->   


6) Subscribe Section - top


<div id="subscribe" class="subscribe-section padding">
	<div class="container text-center">
		<div class="subscribe-content">
		   <img class="logo wow fadeInUp" src="img/footer-Logo.png" alt="logo" data-wow-delay="400ms" data-wow-duration="1000ms">
			<p>Lorem Ipsum is simply text of the printing and typesetting industry. <br>It has survived not only five centuries.</p>
		</div>
		<div class="subscribe-wrap">
			<form action="#" class="subscribe-form">
				<input type="email" name="email" id="subs-email" class="form_input" placeholder="Enter Your Email Address...">
				<button type="submit" class="submit">Subscribe</button>
				<div id="subscribe-result">
					<p class="subscription-success"></p>
					<p class="subscription-error"></p>
				</div>
			</form>
		</div><!-- /.subscribe_wrap -->
		<div class="clearfix"></div>
		<ul class="social-link">
			 <li><a href="#"><i class="fa fa-facebook"></i></a></li>
		</ul><!-- /.social_link -->
	</div>
</div><!-- Subscribe Section -->   

8) Footer Section - top


<footer class="footer-section align-center">
	<div class="container">
		<p>© 2018 Axuta Powered by TeamXcel</p>
	</div>
</footer><!-- /.footer_section -->

 


C) CSS Files and Structure - top

These are the css files:

  1. bootstrap.min.css
  2. animate.min.css
  3. elegant-font-icons.css
  4. elegant-line-icons.css
  5. owl.carousel.css
  6. main.css
  7. responsive.css

 


D) JavaScript - top

This theme use these Javascript files:

  1. jQuery
    jQuery is a Javascript library that greatly reduces the amount of code that you must write. jQuery use these javascript files:
                	bootstrap.min.js
                    smooth-scroll.min.js
                    owl.carousel.min.js
                    jquery.ajaxchimp.min.js
                    jquery-1.12.4.min.js
                    jquery.mb.YTPlayer.min.js
                    owl.carousel.min.js
                    venobox.min.js
                    wow.min.js
                    jquery.counterup.min.js
                    main.js
                
    You can edit the contact.js files. for setting contact form


F) Sources and Credits - top

  1. Bootstrap 3.3
  2. OWL Carousel
  3. WOW JS
  4. VenoBox
  5. Smooth Scroll
  6. YTPlayer
  7. AjaxChimp


G) PHP Code Explanation - top

There are only one php code for contact page which is contact.php, open this file and change the email and subject on line 24 and line 27. No need to edit other code unless you really want to.


Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist.

TeamXcel

Go To Table of Contents